home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / ASCII2.DOX < prev    next >
Text File  |  1996-07-17  |  635b  |  24 lines

  1.  
  2.   ASCII2.AML
  3.   2-Dimensional Ascii chart 
  4.  
  5.   This macro displays a two-dimensional Ascii chart, showing Ascii
  6.   character codes in decimal, hexadecimal, octal, and binary.
  7.  
  8.   Keys:
  9.   ────
  10.   <esc>              // close window
  11.   <enter>            // enter current character into an edit window
  12.   <left>, <right>    // move cursor
  13.   <up>, <down>       // move cursor
  14.   <home>             // to column 1
  15.   <end>              // to column 16
  16.   <ctrl home>        // to row 1
  17.   <ctrl end>         // to row 16
  18.  
  19.   Mouse:
  20.   ─────
  21.   Double Click on:
  22.     character        // enter current character into an edit window
  23.  
  24.